func runtime.gostringnocopy

11 uses

	runtime (current package)
		cgocallback.go#L12: 	panic(gostringnocopy(p))
		os_linux.go#L953: 	rel := gostringnocopy(&buf.Release[0])
		proc.go#L811: 				env = gostringnocopy(p)[len(prefix):]
		runtime1.go#L79: 		argslice[i] = gostringnocopy(argv_index(argv, i))
		string.go#L543: func gostringnocopy(str *byte) string {
		symtab.go#L762: 	return gostringnocopy(&md.funcnametab[nameOff])
		symtab.go#L1176: 		return gostringnocopy(&datap.filetab[fileoff])
		traceback.go#L1714: 			println(gostringnocopy(arg.funcName))
		traceback.go#L1720: 			print(gostringnocopy(arg.file), ":", arg.lineno, " ")
		vdso_linux.go#L197: 			if def.vd_hash == ver.verHash && ver.version == gostringnocopy(&info.symstrings[aux.vda_name]) {
		vdso_linux.go#L224: 		if k.name != gostringnocopy(&info.symstrings[sym.st_name]) {